type golang.org/x/net/http2.writePingAck
4 uses
golang.org/x/net/http2 (current package)
server.go#L1660: sc.writeFrame(FrameWriteRequest{write: writePingAck{f}})
write.go#L145: type writePingAck struct{ pf *PingFrame }
write.go#L147: func (w writePingAck) writeFrame(ctx writeContext) error {
write.go#L151: func (w writePingAck) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.pf.Data) <= max }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)